home *** CD-ROM | disk | FTP | other *** search
/ Go Ronald / Go Ronald Voice Interactive CD.iso / Data1.cab / _8D088414393A4AB0BB2239714C0C0C0B / scripts / DefineSprite_274 / frame_2 / DoAction.as
Text File  |  2005-08-05  |  153b  |  9 lines

  1. play();
  2. if(this._x > 400)
  3. {
  4.    mApplication.trace("bot says over 200: " + this._x);
  5.    clearInterval(id);
  6.    gotoAndStop("jumpin");
  7.    play();
  8. }
  9.